home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / sun3.md / sysStubs.s < prev    next >
Encoding:
Text File  |  1992-06-16  |  1.1 KB  |  30 lines

  1. /*
  2.  *
  3.  * sysStubs.s --
  4.  *
  5.  *     Stubs for the Sys_ system calls.
  6.  *
  7.  * Copyright 1986, 1988 Regents of the University of California
  8.  * Permission to use, copy, modify, and distribute this
  9.  * software and its documentation for any purpose and without
  10.  * fee is hereby granted, provided that the above copyright
  11.  * notice appear in all copies.  The University of California
  12.  * makes no representations about the suitability of this
  13.  * software for any purpose.  It is provided "as is" without
  14.  * express or implied warranty.
  15.  *
  16.  * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/sysStubs.s,v 1.4 92/06/16 11:54:28 jhh Exp $ SPRITE (Berkeley)
  17.  *
  18.  */
  19. #include "userSysCallInt.h"
  20.  
  21. SYS_CALL(Sys_DoNothing,     SYS_SYS_DONOTHING)
  22. SYS_CALL(Sys_GetTimeOfDay,     SYS_SYS_GETTIMEOFDAY)
  23. SYS_CALL(Sys_SetTimeOfDay,     SYS_SYS_SETTIMEOFDAY)
  24. SYS_CALL(Sys_EnableDisplay,     SYS_SYS_ENABLEDISPLAY)
  25. SYS_CALL(Sys_Shutdown,         SYS_SYS_SHUTDOWN)
  26. SYS_CALL(Sys_GetMachineInfo,     SYS_SYS_GETMACHINEINFO_NEW)
  27. SYS_CALL(Sys_Stats,        SYS_SYS_STATS)
  28. SYS_CALL(Sys_GetHostName,    SYS_SYS_GET_HOSTNAME)
  29. SYS_CALL(Sys_SetHostName,    SYS_SYS_SET_HOSTNAME)
  30.